toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]StartCaptureSessionCallback
/
Action
Action
class
Action
:
AsyncCallbackAction
<
R
>
An action to take in
StartCaptureSessionCallback
.
Members
Constructors
Action
Link copied to clipboard
constructor
(
consumer
:
Consumer
<
Response
>
)
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
Tells the browser that the capture session request should be canceled.
is
Closed
Link copied to clipboard
fun
isClosed
(
)
:
Boolean
Returns
true
if this action is closed.
select
Source
Link copied to clipboard
open
fun
selectSource
(
browser
:
Browser
,
audioCaptureMode
:
AudioCaptureMode
)
Tells the browser to use the given browser as the capture source.
open
fun
selectSource
(
source
:
CaptureSource
,
audioCaptureMode
:
AudioCaptureMode
)
Tells the browser to use the given capture source.
show
Select
Source
Dialog
Link copied to clipboard
open
fun
showSelectSourceDialog
(
)
Tells the browser to display the default dialog for choosing the capture source.